react 修改值 react 和 vue不太一样 vue直接通过修改data里面的值就可以改变视图view 但是react是通过 this.setState 这个方法来改变状态(也就是值) 结果如 ...